What good books are out there on program execution models? [on hold]

Posted by murungu on Programmers See other posts from Programmers or by murungu
Published on 2013-11-10T13:30:35Z Indexed on 2013/11/10 16:11 UTC
Read the original article Hit count: 302

Can anyone out there name a few books that address the topic of program execution models??

I want a book that can answer questions such as...

What is the difference between interpreted and compiled languages and what are the performance consequences at runtime??

What is the difference between lazy evaluation, eager evaluation and short circuit evaluation?? Why would one choose to use one evaluation strategy over another?? How do you simulate lazy evaluation in a language that favours eager evaluation??

© Programmers or respective owner

Related posts about language-design

Related posts about compiler